home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / psfix301.zip / PSFIX.DOC next >
Text File  |  1992-06-08  |  2KB  |  57 lines

  1. ----------------------------------------------------------------------------
  2. Psfix:  Massage PostScript output from programs such as Windows and 
  3.         Word Perfect to help make journeys through various computers
  4.         in a printable state.
  5.  
  6. Use:  psfix  [options]  filelist  outext
  7.  
  8. where outext is the extension for output files.  Output file names are 
  9. a concatenation of the input file name (minus extension) and outext.  
  10. For example, "psfix foo.ps pps" will produce the output file foo.pps.  
  11. Options can go anywhere on the command line, but outext must follow 
  12. the file list.  Full DOS path specification is supported for input 
  13. files.  Output files appear in the current working directory.  You'll 
  14. be prompted if you try to clobber existing output files.
  15.  
  16. Options:
  17.    -D    Leave control-D's intact (default = strip all ^D characters)
  18.    -nnn  Desired output line length (default = 80)
  19.  
  20. Example: psfix -255 c:/foo/*.ps pps -D 
  21.  
  22. Psfix performs the following actions:
  23.        * Lines are broken to nnn bytes or less, at an appropriate place
  24.          to preserve valid PostScript commands. 
  25.        * Inline comments are stripped.
  26.        * Control-D's are stripped (optional)
  27.        * Lone carriage returns are replaced by CR+LF.
  28.        * Tabs are replaced by a space.
  29.  
  30. Please direct comments, gripes, suggestions, etc. to
  31.  
  32.             Marc A. Murison
  33.             Smithsonian Astrophysical Observatory
  34.             60 Garden Street, MS 63
  35.             Cambridge, MA  02138
  36.  
  37.             (617) 495-7079
  38.             murison@cfacx2.harvard.edu
  39.  
  40. I'm not a PostScript expert, so if you have any pointers on PostScript 
  41. usage that psfix should be aware of, please give a holler.  
  42.  
  43. ----------------------------------------------------------------------------
  44. DISCLAIMER & RESTRICTIONS (Don't you hate this stuff?)
  45.  
  46. This software is the property of the Smithsonian Astrophysical 
  47. Observatory and the U.S. government. It may be freely distributed 
  48. under the following conditions:
  49.  
  50.     1. It is distributed in its current form, without alterations.
  51.     2. No monetary profit is made, under any circumstances.
  52.  
  53. No claims are made regarding bug-free operation. Responsibility for 
  54. any loss resulting from use of this software rests entirely on the 
  55. user.  So there.
  56. ----------------------------------------------------------------------------
  57.